[INFO] cloning repository https://github.com/EduardoFazolo/lupehub
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EduardoFazolo/lupehub" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoFazolo%2Flupehub", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoFazolo%2Flupehub'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58dd9f60353303ee37aac5e4c7a9ae02081ef3fd
[INFO] fixing EduardoFazolo/lupehub against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEduardoFazolo%2Flupehub" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EduardoFazolo/lupehub
[INFO] finished tweaking git repo https://github.com/EduardoFazolo/lupehub
[INFO] tweaked toml for git repo https://github.com/EduardoFazolo/lupehub written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EduardoFazolo/lupehub on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EduardoFazolo/lupehub already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded open v5.3.5
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.49
[INFO] [stderr]   Downloaded zerocopy v0.8.49
[INFO] [stderr]   Downloaded hyper v1.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859
[INFO] running `Command { std: "docker" "start" "f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking open v5.3.5
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking which v6.0.3
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hyper v1.10.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking lupe-core v0.1.0 (/opt/rustwide/workdir/lupe-core)
[INFO] [stderr]     Checking lupe-cli v0.1.0 (/opt/rustwide/workdir/lupe-cli)
[INFO] [stderr]     Checking lupe-server v0.1.0 (/opt/rustwide/workdir/lupe-server)
[INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/lupe-server/../web/dist' does not exist. cwd: '/opt/rustwide/workdir'
[INFO] [stdout]   --> lupe-server/src/main.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[folder = "../web/dist"]
[INFO] [stdout] 27 | | struct WebDist;
[INFO] [stdout]    | |_______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: #[derive(RustEmbed)] folder '/opt/rustwide/workdir/lupe-server/../web/dist' does not exist. cwd: '/opt/rustwide/workdir'
[INFO] [stdout]   --> lupe-server/src/main.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / #[folder = "../web/dist"]
[INFO] [stdout] 27 | | struct WebDist;
[INFO] [stdout]    | |_______________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `get` found for struct `WebDist` in the current scope
[INFO] [stdout]    --> lupe-server/src/main.rs:117:20
[INFO] [stdout]     |
[INFO] [stdout]  27 | struct WebDist;
[INFO] [stdout]     | -------------- associated function or constant `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     match WebDist::get(path) {
[INFO] [stdout]     |                    ^^^ associated function or constant not found in `WebDist`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie`
[INFO] [stdout]             candidate #4: `icu_properties::names::PropertyEnumToValueNameLookup`
[INFO] [stdout]             candidate #5: `icu_provider::baked::DataStore`
[INFO] [stdout]             candidate #6: `rustls::server::server_conn::StoresServerSessions`
[INFO] [stdout]             candidate #7: `sqlx_core::row::Row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `get` found for struct `WebDist` in the current scope
[INFO] [stdout]    --> lupe-server/src/main.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout]  27 | struct WebDist;
[INFO] [stdout]     | -------------- associated function or constant `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 WebDist::get("index.html").map(|f| f.data).unwrap_or_default(),
[INFO] [stdout]     |                          ^^^ associated function or constant not found in `WebDist`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie`
[INFO] [stdout]             candidate #4: `icu_properties::names::PropertyEnumToValueNameLookup`
[INFO] [stdout]             candidate #5: `icu_provider::baked::DataStore`
[INFO] [stdout]             candidate #6: `rustls::server::server_conn::StoresServerSessions`
[INFO] [stdout]             candidate #7: `sqlx_core::row::Row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `get` found for struct `WebDist` in the current scope
[INFO] [stdout]    --> lupe-server/src/main.rs:117:20
[INFO] [stdout]     |
[INFO] [stdout]  27 | struct WebDist;
[INFO] [stdout]     | -------------- associated function or constant `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     match WebDist::get(path) {
[INFO] [stdout]     |                    ^^^ associated function or constant not found in `WebDist`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie`
[INFO] [stdout]             candidate #4: `icu_properties::names::PropertyEnumToValueNameLookup`
[INFO] [stdout]             candidate #5: `icu_provider::baked::DataStore`
[INFO] [stdout]             candidate #6: `rustls::server::server_conn::StoresServerSessions`
[INFO] [stdout]             candidate #7: `sqlx_core::row::Row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `get` found for struct `WebDist` in the current scope
[INFO] [stdout]    --> lupe-server/src/main.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout]  27 | struct WebDist;
[INFO] [stdout]     | -------------- associated function or constant `get` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 WebDist::get("index.html").map(|f| f.data).unwrap_or_default(),
[INFO] [stdout]     |                          ^^^ associated function or constant not found in `WebDist`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `get`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Embed`
[INFO] [stdout]             candidate #2: `SliceIndex`
[INFO] [stdout]             candidate #3: `icu_collections::codepointtrie::cptrie::TypedCodePointTrie`
[INFO] [stdout]             candidate #4: `icu_properties::names::PropertyEnumToValueNameLookup`
[INFO] [stdout]             candidate #5: `icu_provider::baked::DataStore`
[INFO] [stdout]             candidate #6: `rustls::server::server_conn::StoresServerSessions`
[INFO] [stdout]             candidate #7: `sqlx_core::row::Row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lupe-server` (bin "lupe-server" test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lupe-server` (bin "lupe-server") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859", kill_on_drop: false }`
[INFO] [stdout] f0579c2c861f62ecffd816b50372f5a501077d80022c0c7c9ec1b3a706aec859
